home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nos_kit3.zip / NOSGUIDE.DOC < prev    next >
Text File  |  1990-11-14  |  9KB  |  195 lines

  1.  
  2.  
  3. NOS PROCEDURES  for  KA9Q NOS Version 900828
  4. (14 nov 90)
  5.  
  6.  
  7. HOW TO USE FTP  (File Transfer Protocol):
  8.   1.Start NOS with STARTNOS.BAT.  Wait for the prompt: "nos>".
  9.   2.Type  "FTP callsign <cr>"  to initiate an FTP session.
  10.   3.At the "Login:" prompt, enter your callsign <cr>.
  11.     At the "Password:" prompt, enter your password <cr>.
  12.     (Login and Password parameters are entered into the remote terminal's
  13.      FTPUSERS file.  Typical valid Login entries may be: your callsign,
  14.      "guest", or "anonymous".  The Password prompt typically accepts any
  15.      entry, if so specified in the remote's FTPUSERS file.)
  16.   4.Type  "DIR <cr>"  to display current directory.
  17.     Type  "CD subdirname/subdirname <cr>"  to change directory.
  18.     (Note the slash mark used for this command!!)
  19.   5.Type  "TYPE <cr>"  to display current file transfer type.
  20.     Type  "TYPE A <cr>"  to go into ASCII file transfer type.
  21.     Type  "TYPE I <cr>"  to go into IMAGE (BINARY) file transfer type.
  22.   6.Type  "GET remotefile <cr>"  to receive a file.
  23.     Type  "GET remotefile con <cr>"  to receive a file and view its
  24.                                      contents on my console screen.
  25.     Type  "GET remotefile myfile <cr>"  to receive a file and rename it
  26.                                         as "myfile".
  27.     Type  "PUT myfile remotefile <cr>"  to send "myfile" and rename it
  28.                                         as "remotefile"
  29.   7.OTHER COMMANDS:
  30.     a.Type  "ABORT <cr>"  to abort a file transfer.
  31.     b.Type  "DELE remotefile <cr>"  to delete a file from the remote dir.
  32.     c.Press  F10  to return to "nos>" prompt.
  33.     d.Press  <cr> to return to current FTP session.
  34.     e.To display session status press  F10.  Then type  "SE <cr>".
  35.       Current session is displayed with an "*".
  36.     f.To change to another session press  F10.  Then type  "SE number <cr>".
  37.       Then press  <cr>  to enter new session.
  38.     g.To close current session press  F10.  Then type  "CLOSE <cr>".
  39.     h.To close a session after a connection has been interrupted or after
  40.       an unsuccessful attempt to connect, press  F10.
  41.       Then type  "RESET <cr>".
  42.     i.To kick the remote terminal if wait time between packets becomes great:
  43.       at the "nos>" prompt type  "REMOTE callsign KICK <cr>".
  44.  
  45.  
  46.  
  47. HOW TO ESTABLISH AN AX25 PACKET CONNECTION:
  48.   1.Start NOS with STARTNOS.BAT.  Wait for the prompt: "nos>".
  49.   2.Type  "C AX0 callsign <cr>"  to initiate ax25 Packet connection.
  50.   3.OTHER COMMANDS:
  51.     a.Press  F10  to return to "nos>" prompt.
  52.     b.Press  <cr> to return to current Packet session.
  53.     c.To display session status press  F10.  Then type  "SE <cr>".
  54.       Current session is displayed with an "*".
  55.     d.To change to another session press  F10.  Then type  "SE number <cr>".
  56.       Then press  <cr>  to enter new session.
  57.     e.To close current session press  F10.  Then type  "CLOSE <cr>".
  58.     f.To close a session after a connection has been interrupted or after
  59.       an unsuccessful attempt to connect, press  F10.
  60.       Then type  "RESET <cr>".
  61.  
  62.  
  63.  
  64. HOW TO USE TELNET:
  65.   1.Start NOS with STARTNOS.BAT.  Wait for the prompt: "nos>".
  66.   2.Type  "TELNET callsign <cr>"  to initiate a TELNET session.
  67.   3.After "connected" status is displayed, begin conversation.
  68.   4.OTHER COMMANDS:
  69.     a.Press  F10  to return to "nos>" prompt.
  70.     b.Press  <cr> to return to current TELNET session.
  71.     c.To display session status press  F10.  Then type  "SE <cr>".
  72.       Current session is displayed with an "*".
  73.     d.To change to another session press  F10.  Then type  "SE number <cr>".
  74.       Then press  <cr>  to enter new session.
  75.     e.To close current session press  F10.  Then type  "CLOSE <cr>".
  76.     f.To close a session after a connection has been interrupted or after
  77.       an unsuccessful attempt to connect, press  F10.
  78.       Then type  "RESET <cr>".
  79.     g.To upload a file to the remote console screen press  F10.
  80.       Then type  "UPLOAD /dirname/filename <cr>".
  81.       (Note the slash mark used for this command!!)
  82.  
  83.  
  84.  
  85. HOW TO USE TRACE:
  86.   1.At the "nos>" prompt type  "TRACE AX0 nnn <cr>"  where "nnn" is the
  87.     following:
  88.                                       Display Display Display
  89.                                       HEADERS HEADERS HEADERS
  90.                                               DATA    DATA
  91.                                                       HEX
  92.                                      +-------+-------+-------+
  93.             Display OFF              :   0   :   0   :   0   :
  94.             Display INCOMING Packets :  010  :  110  :  210  :
  95.             Display OUTGOING Packets :  001  :  101  :  201  :
  96.             Display BOTH             :  011  :  111  :  211  :
  97.                                      +-------+-------+-------+
  98.  
  99.  
  100.  
  101. NOS COMMAND SUMMARY:
  102.   Press  F10  to return to "nos>" prompt.  Then:
  103.     Type  "AX25 HEARD <cr>"     to display list of stations recently heard.
  104.     Type  "AX25 FLUSH <cr>"     to clear HEARD.
  105.     Type  "AX25 KICK <cr>"      to force Packet transmission.
  106.     Type  "AX25 RETRY n <cr>"   to set number of Packet retries.
  107.     Type  "EXIT <cr>"           to exit NOS.
  108.     Type  "H C callsign <cr>"   to hopcheck a remote station.
  109.     Type  "I S <cr>"            to display IP status.
  110.     Type  "PARAM AX0 255 <cr>"  to force TNC out of KISS mode.
  111.     Type  "PING callsign <cr>"  to query a station.  If an address packet
  112.                                 is displayed then that station is on freq.
  113.     Type  "RO <cr>"             to display routes.
  114.     Type  "SE <cr>"             to display session status.
  115.     Type  "SO <cr>"             to display socket status.
  116.     Type  "T S <cr>"            to display TCP status.
  117.     Type  "T S nnnnnnnnn <cr>"  to display detailed TCP status.
  118.                                 (Note:"nnnnnnnnn" is the TCB#.)
  119.     Type  "? <cr>"              to display commands.
  120.     Type  "! <cr>"              to enter DOS shell.  "EXIT <cr>" to return.
  121.  
  122.  
  123.  
  124. ==============================================================================
  125.  
  126. BM PROCEDURES  for  Bdale's Messy-DOS Mailer v.3.3.1
  127.  
  128.  
  129.   HOW TO READ A MESSAGE:
  130.     1.Start BM.EXE.
  131.     2.Message numbers and one-line subject headers will be displayed.
  132.       The "current" message is displayed with a ">".
  133.       To view the current message type:  <cr>.
  134.       To view another message type the message number followed by <cr>.
  135.     3.OTHER COMMANDS:
  136.       a.Type  "H <cr>"  to list message headers.
  137.       b.Type  "1 <cr>"  to read message #1.
  138.       c.Type  "S <cr>"  to append current message and header to \SPOOL\MBOX.
  139.       d.Type  "S n filename <cr>"  to append message #n and its header to
  140.                                    \SPOOL\FOLDER\filename.
  141.       e.Type  "W <cr>"  to append current message text to \SPOOL\MBOX.
  142.       f.Type  "W n filename <cr>"  to append message text #n to
  143.                                    \SPOOL\filename.
  144.       e.Type  "D <cr>"  to delete the current message.
  145.       f.Type  "N <cr>"  to display list of Notesfiles. A different Notesfile is
  146.                         created in \SPOOL\MAIL for each callsign that has mail
  147.                         waiting in this NOS mailbox.
  148.       g.Type  "N callsign <cr>"  to list messages in another Notesfile.
  149.       h.Type  "Q <cr>"  to quit BM.EXE.
  150.  
  151.  
  152.  
  153.   HOW TO SEND A MESSAGE:
  154.     1.Start BM.EXE.  Wait for the prompt: "callsign>".
  155.     2.Type  "M <cr>"  to mail a message.
  156.     3.At the "To:" prompt, enter the full address. (Eg. call@call)
  157.     4.To correct mistakes type "~E"  to invoke the editor.
  158.     5.At the end of the message text type  "CTRL-D <cr>".
  159.       The message is now placed in \SPOOL\MQUEUE.
  160.       A copy of the message is also appended to \SPOOL\RECORD if this option
  161.         has been selected in BM.RC.
  162.     6.Type  "Q <cr>"  to quit BM.EXE.
  163.     7.Start NOS with STARTNOS.BAT. Wait for the prompt: "nos>".
  164.     8.Send messages by any ONE of the following methods:
  165.       a.Type  "SMTP KICK <cr>"  to send messages in \SPOOL\MQUEUE immediately.
  166.       b.Type  "SMTP TIMER 1800 <cr>"  to send messages in \SPOOL\MQUEUE every
  167.                                     1800 seconds. (Any time interval can be
  168.                                     set here.)
  169.  
  170.       (Note: You can type  SMTP TIMER 1800  into AUTOEXEC.NET to send
  171.              messages at 1800 second intervals by default.)
  172.  
  173.  
  174.  
  175.   HOW TO FORWARD A MESSAGE:
  176.     1.Start BM.EXE.  Wait for the prompt:  "callsign>".
  177.     2.Type  "N callsign <cr>"  to list messages in another Notesfile.
  178.     3.Type the number of the message to be forwarded, followed by <cr>.
  179.     4.Type  "F <cr>"  to forward the current message.
  180.     5.At the "To:" prompt, enter the full address, (Eg. call@call) then <cr>.
  181.       The message is now placed in \SPOOL\MQUEUE.
  182.     6.Type  "Q <cr>"  to quit BM.EXE.
  183.     7.Start NOS with STARTNOS.BAT. Wait for the prompt: "nos>".
  184.     8.Send messages by any ONE of the following methods:
  185.       At the  " nos> " prompt:
  186.       a.Type  "SMTP KICK <cr>"  to send messages in \SPOOL\MQUEUE immediately.
  187.       b.Type  "SMTP TIMER 1800 <cr>"  to send messages in \SPOOL\MQUEUE every
  188.                                     1800 seconds. (Any time interval can be
  189.                                     set here.)
  190.  
  191.       (Note: You can type  SMTP TIMER 1800  into AUTOEXEC.NET to send
  192.              messages at 1800 second intervals by default.)
  193.  
  194.  
  195.